UInt64NINumericUInt64NNegative Method
Computes the numeric negation of the current value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt64N INumeric<UInt64N>.Negative()
Private Function Negative As UInt64N
Implements INumeric(Of UInt64N).Negative
private:
virtual UInt64N Negative() sealed = INumeric<UInt64N>::Negative
private abstract Negative : unit -> UInt64N
private override Negative : unit -> UInt64N
UInt64NThe numeric negation of the current value.
INumericTSelfNegative